←Select platform

Value Property

Summary

Data for this CacheItem<T>.

Syntax
C#
VB
C++
Java
public T Value { get; set; } 
Public Property Value() As T 
   Get 
   Set 
public:  
   property T Value 
   { 
      T get() 
      void set(T value) 
   } 
public T getValue() 
public void setValue(T value) 

Property Value

The data for this CacheItem<T>. Default value is null.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.